Skip to content

Docs: point uu module users to the "uu" encoding#153657

Merged
StanFromIreland merged 3 commits into
python:mainfrom
RavuAlHemio:patch-1
Jul 18, 2026
Merged

Docs: point uu module users to the "uu" encoding#153657
StanFromIreland merged 3 commits into
python:mainfrom
RavuAlHemio:patch-1

Conversation

@RavuAlHemio

Copy link
Copy Markdown
Contributor

The uu module was deprecated in Python 3.11 and removed in Python 3.13, but uuencode/uudecode functionality is still available in the standard library by using the "uu" codec with codecs.encode and codecs.decode.

Mention this in the remains of the "uu" module documentation.

@bedevere-app bedevere-app Bot added docs Documentation in the Doc dir skip news labels Jul 13, 2026
@python-cla-bot

python-cla-bot Bot commented Jul 13, 2026

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.

CLA signed

@read-the-docs-community

read-the-docs-community Bot commented Jul 13, 2026

Copy link
Copy Markdown

The uu module was deprecated in Python 3.11 and removed in Python 3.13, but uuencode/uudecode functionality is still available in the standard library by using the "uu" codec with codecs.encode and codecs.decode.

Mention this in the remains of the "uu" module documentation.
@StanFromIreland StanFromIreland changed the title Refer uu users to built-in alternative in codecs module Docs: point uu module users to the "uu" encoding Jul 15, 2026
@StanFromIreland
StanFromIreland merged commit a1d5804 into python:main Jul 18, 2026
30 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in Docs PRs Jul 18, 2026
@StanFromIreland

Copy link
Copy Markdown
Member

Merged, thanks.

@StanFromIreland StanFromIreland added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes needs backport to 3.15 pre-release feature fixes, bugs and security fixes labels Jul 18, 2026
@miss-islington-app

Copy link
Copy Markdown

Thanks @RavuAlHemio for the PR, and @StanFromIreland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

@miss-islington-app

Copy link
Copy Markdown

Thanks @RavuAlHemio for the PR, and @StanFromIreland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

@miss-islington-app

Copy link
Copy Markdown

Thanks @RavuAlHemio for the PR, and @StanFromIreland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.15.
🐍🍒⛏🤖

@bedevere-app

bedevere-app Bot commented Jul 18, 2026

Copy link
Copy Markdown

GH-154024 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label Jul 18, 2026
@bedevere-app

bedevere-app Bot commented Jul 18, 2026

Copy link
Copy Markdown

GH-154025 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label Jul 18, 2026
@bedevere-app

bedevere-app Bot commented Jul 18, 2026

Copy link
Copy Markdown

GH-154026 is a backport of this pull request to the 3.15 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label Jul 18, 2026
StanFromIreland added a commit that referenced this pull request Jul 18, 2026
… (#154024)

(cherry picked from commit a1d5804)

Co-authored-by: Ondřej Hošek <ondra.hosek@gmail.com>
Co-authored-by: Stan Ulbrych <stan@python.org>
StanFromIreland added a commit that referenced this pull request Jul 18, 2026
… (#154025)

(cherry picked from commit a1d5804)

Co-authored-by: Ondřej Hošek <ondra.hosek@gmail.com>
Co-authored-by: Stan Ulbrych <stan@python.org>
StanFromIreland added a commit that referenced this pull request Jul 18, 2026
… (#154026)

(cherry picked from commit a1d5804)

Co-authored-by: Ondřej Hošek <ondra.hosek@gmail.com>
Co-authored-by: Stan Ulbrych <stan@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip issue skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants